home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / text / rtf / RTFReader$Destination.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  489 b   |  20 lines

  1. package javax.swing.text.rtf;
  2.  
  3. import java.util.Dictionary;
  4.  
  5. interface RTFReader$Destination {
  6.    void begingroup();
  7.  
  8.    void close();
  9.  
  10.    void endgroup(Dictionary var1);
  11.  
  12.    void handleBinaryBlob(byte[] var1);
  13.  
  14.    boolean handleKeyword(String var1);
  15.  
  16.    boolean handleKeyword(String var1, int var2);
  17.  
  18.    void handleText(String var1);
  19. }
  20.